Class PolicyMapManagerImpl

java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.sim.impl.PolicyMapManagerImpl
All Implemented Interfaces:
IPCObject, PolicyMapManager

public class PolicyMapManagerImpl extends IPCObjectImpl implements PolicyMapManager
Information provided by the PKI file:

    \class PolicyMapManager
    
    \brief PolicyMapManager holds and manages policy maps.
    
    \example network().getDevice("Router0").getPolicyMapManager()
    
Author:
Auto-generated
  • Constructor Details

  • Method Details

    • getPolicyMapCount

      public int getPolicyMapCount()
      Information provided by the PKI file:
      
          \brief Returns the number of policy maps.
          
          \return int, the number of policy maps.
          
              
      Specified by:
      getPolicyMapCount in interface PolicyMapManager
      Returns:
      int Returns a int
    • getPolicyMapAt

      public PolicyMap getPolicyMapAt(int index)
      Information provided by the PKI file:
      
          \brief Returns the policy map at the specified index.
          
          \param index, the index of the policy map of interest.
          
          \return PolicyMap, the PolicyMap object at the specified index.
          
              
      Specified by:
      getPolicyMapAt in interface PolicyMapManager
      Parameters:
      index - Takes in a parameter of index
      Returns:
      PolicyMap Returns a PolicyMap
    • getPolicyMap

      public PolicyMap getPolicyMap(String name)
      Information provided by the PKI file:
      
          \brief Returns the policy map with the specified name.
          
          \param name, the name of the policy map of interest.
          
          \return PolicyMap, the PolicyMap object with the specified name.
          
              
      Specified by:
      getPolicyMap in interface PolicyMapManager
      Parameters:
      name - Takes in a parameter of name
      Returns:
      PolicyMap Returns a PolicyMap